cboj-loans-prc-api

(0 reviews)

Get Schedule Projection

Description: This endpoint is used to get schedule projections based on arrangement Id. The Id will be passed in path parameter by channel and will be send to Temenos system to get the details.

Mulesoft Request:

Headers:

Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, client_secret

Optional Headers: x-sub-channel-id, x-user-id, Authorization, x-debug-flag, x-customer-id

Paramaters:

URI Params: {arrangementId}

Query Params: sim-ref

Content-type: application/json

Mulesoft Response:

Success Response: (200)

{
    "status":
         {
        "success": true,
        "code": "200",
        "arabicMessage": "تمت العملية بنجاح",
        "englishMessage": "The Operation has been Successfully Completed"
        },
    "response":
    {
        "scheduleProjections": [
                {
                    "dueDate": "20210126",
                    "totalDue": "130",
                    "totalCap": "",
                    "principal": "",
                    "interest": "",
                    "charge": "130",
                    "totalPayment": "10000",
                    "OutStanding": "0"
                },
                {
                    "dueDate": "20210126",
                    "totalDue": "130",
                    "totalCap": "",
                    "principal": "",
                    "interest": "",
                    "charge": "130",
                    "totalPayment": "10000",
                    "OutStanding": "0"
                }]
    }
}

Reviews